Skip to content

Commit 96dbcc5

Browse files
Update GitHub Actions
1 parent db598b6 commit 96dbcc5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/actions/docker-image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ runs:
1616
using: "composite"
1717
steps:
1818
- name: Get Docker Image layer contents
19-
uses: MaxymVlasov/dive-action@43dafd0015826beaca5110157c9262c5dc10672a # 1.4.0
19+
uses: MaxymVlasov/dive-action@b08c8287e603d028c986d7044e83fa76bcca6a65 # 1.5.0
2020
with:
2121
image: ${{ inputs.image }}
2222
- name: Run Trivy vulnerability scanner
23-
uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
23+
uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # 0.31.0
2424
with:
2525
image-ref: "${{ inputs.image }}"
2626
format: sarif

.github/workflows/linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
2222
- name: Setup Go
23-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # 5.4.0
23+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # 5.5.0
2424
with:
2525
go-version: ">=1.20.0"
2626
- name: Install dependencies
@@ -33,13 +33,13 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
3535
- name: Check broken links
36-
uses: gaurav-nelson/github-action-markdown-link-check@636e17b35a5803e014b7272d9e46a8262705416a # 1.0.16
36+
uses: gaurav-nelson/github-action-markdown-link-check@4a1af151f4d7cf4d8f8ac5780597672a3671b88b # 1.0.17
3737
check-super-linter:
3838
name: Check syntax (super-linter)
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
42-
- uses: super-linter/super-linter@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2 # 7.3.0
42+
- uses: super-linter/super-linter@12150456a73e248bdc94d0794898f94e23127c88 # 7.4.0
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
LINTER_RULES_PATH: /

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
51-
- uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # 5.4.0
51+
- uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # 6.1.0
5252
with:
5353
enable-cache: true
5454
- name: install dependencies

0 commit comments

Comments
 (0)