Skip to content

Commit

Permalink
Update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent ee980c4 commit df10cbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
- uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
disable-sudo: true
egress-policy: block
Expand All @@ -34,7 +34,7 @@ jobs:

# Linting
- name: Linting
uses: golangci/golangci-lint-action@66f63c74bb4cdd7d445cb7c8c18dee38449cb1c5
uses: golangci/golangci-lint-action@d09fb0808ae08b4310fe3140992ba2475deac1c0
with:
version: latest
args: --config=./.github/.golangci.yml ./...
Expand All @@ -48,7 +48,7 @@ jobs:
matrix:
go: [ '1.22', '1.21' ]
steps:
- uses: step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
- uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
disable-sudo: true
egress-policy: block
Expand All @@ -75,7 +75,7 @@ jobs:
name: Analyze
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
- uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

# Codecov
- name: Codecov
uses: codecov/codecov-action@893cfea3da0870ceb77096be8b5fe014720f3c32
uses: codecov/codecov-action@543b309c018563d55ed130e7a261ec4c9dac7a10
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false

steps:
- uses: step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
- uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
disable-sudo: true
egress-policy: block
Expand All @@ -35,12 +35,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48
uses: github/codeql-action/init@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48
uses: github/codeql-action/autobuild@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48
uses: github/codeql-action/analyze@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id-token: write

steps:
- uses: step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
- uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -69,6 +69,6 @@ jobs:

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

0 comments on commit df10cbe

Please sign in to comment.