Skip to content

Commit 7ab1d82

Browse files
Update github-actions (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee980c4 commit 7ab1d82

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Lint
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
15+
- uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
1616
with:
1717
disable-sudo: true
1818
egress-policy: block
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Linting
3636
- name: Linting
37-
uses: golangci/golangci-lint-action@66f63c74bb4cdd7d445cb7c8c18dee38449cb1c5
37+
uses: golangci/golangci-lint-action@d09fb0808ae08b4310fe3140992ba2475deac1c0
3838
with:
3939
version: latest
4040
args: --config=./.github/.golangci.yml ./...
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
go: [ '1.22', '1.21' ]
5050
steps:
51-
- uses: step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
51+
- uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
5252
with:
5353
disable-sudo: true
5454
egress-policy: block
@@ -75,7 +75,7 @@ jobs:
7575
name: Analyze
7676
runs-on: ubuntu-latest
7777
steps:
78-
- uses: step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
78+
- uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
7979
with:
8080
disable-sudo: true
8181
egress-policy: block
@@ -106,7 +106,7 @@ jobs:
106106

107107
# Codecov
108108
- name: Codecov
109-
uses: codecov/codecov-action@893cfea3da0870ceb77096be8b5fe014720f3c32
109+
uses: codecov/codecov-action@543b309c018563d55ed130e7a261ec4c9dac7a10
110110
env:
111111
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
112112
with:

.github/workflows/codeql.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424

2525
steps:
26-
- uses: step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
26+
- uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
2727
with:
2828
disable-sudo: true
2929
egress-policy: block
@@ -35,12 +35,12 @@ jobs:
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48
38+
uses: github/codeql-action/init@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb
3939
with:
4040
languages: go
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48
43+
uses: github/codeql-action/autobuild@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48
46+
uses: github/codeql-action/analyze@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb

.github/workflows/scorecards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323

2424
steps:
25-
- uses: step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
25+
- uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
2626
with:
2727
disable-sudo: true
2828
egress-policy: block
@@ -69,6 +69,6 @@ jobs:
6969

7070
# required for Code scanning alerts
7171
- name: "Upload SARIF results to code scanning"
72-
uses: github/codeql-action/upload-sarif@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48
72+
uses: github/codeql-action/upload-sarif@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)