Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
--- (#63)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent d0c1296 commit 3878256
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].5
uses: actions/[email protected].6

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- name: Run tests
run: |
Expand All @@ -41,7 +41,7 @@ jobs:

steps:
- name: Check out the repo
uses: actions/[email protected].5
uses: actions/[email protected].6

- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
go-version: 1.22.3

- name: Checkout
uses: actions/[email protected].5
uses: actions/[email protected].6

- name: Build
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/synology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: 1.22.3

- name: Checkout
uses: actions/[email protected].5
uses: actions/[email protected].6

- name: Build
env:
Expand Down

0 comments on commit 3878256

Please sign in to comment.