Skip to content

Commit 73b2b1e

Browse files
Update github-actions (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea55c0d commit 73b2b1e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
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@f0db2aa8a570959027d6be2a227028ad19fd9e8f
15+
- uses: step-security/harden-runner@951b48540b429070694bc8abd82fd6901eb123ca
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@aaa42aa0628b4ae2578232a66b541047968fac86
37+
uses: golangci/golangci-lint-action@e13590484647602042886c51e2a8e43a670a22b7
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@f0db2aa8a570959027d6be2a227028ad19fd9e8f
51+
- uses: step-security/harden-runner@951b48540b429070694bc8abd82fd6901eb123ca
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@f0db2aa8a570959027d6be2a227028ad19fd9e8f
78+
- uses: step-security/harden-runner@951b48540b429070694bc8abd82fd6901eb123ca
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@955f1f08ad225eafd3396525634e1211cf89485f
109+
uses: codecov/codecov-action@943cea186cc641c4ac8f55492baec4c2654291b4
110110
env:
111111
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
112112
with:

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
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@f0db2aa8a570959027d6be2a227028ad19fd9e8f
26+
- uses: step-security/harden-runner@951b48540b429070694bc8abd82fd6901eb123ca
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@9c646c24a4c8410122b0d6a1311088e9377eea95
38+
uses: github/codeql-action/init@5c02493ebfd65b28fd3b082c65e5af2cd745d91f
3939
with:
4040
languages: go
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@9c646c24a4c8410122b0d6a1311088e9377eea95
43+
uses: github/codeql-action/autobuild@5c02493ebfd65b28fd3b082c65e5af2cd745d91f
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@9c646c24a4c8410122b0d6a1311088e9377eea95
46+
uses: github/codeql-action/analyze@5c02493ebfd65b28fd3b082c65e5af2cd745d91f

.github/workflows/scorecards.yml

Lines changed: 3 additions & 3 deletions
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@f0db2aa8a570959027d6be2a227028ad19fd9e8f
25+
- uses: step-security/harden-runner@951b48540b429070694bc8abd82fd6901eb123ca
2626
with:
2727
disable-sudo: true
2828
egress-policy: block
@@ -61,14 +61,14 @@ jobs:
6161
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262
# format to the repository Actions tab.
6363
- name: "Upload artifact"
64-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
64+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
6565
with:
6666
name: SARIF file
6767
path: results.sarif
6868
retention-days: 5
6969

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

0 commit comments

Comments
 (0)