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 Sep 3, 2024
1 parent b801880 commit 05c926a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
raw.githubusercontent.com:443
- name: Checkout repo
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
with:
fetch-depth: 0
- name: Setup Go
Expand All @@ -34,7 +34,7 @@ jobs:

# Linting
- name: Linting
uses: golangci/golangci-lint-action@cb36b7b064e48e277c8873c559e758f67ec455b1
uses: golangci/golangci-lint-action@68de804037d6beb4bec814041c98865cb188f3db
with:
version: latest
args: --config=./.github/.golangci.yml ./...
Expand All @@ -59,7 +59,7 @@ jobs:
sum.golang.org:443
- name: Checkout repo
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
storage.googleapis.com:443
- name: Checkout repo
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
with:
fetch-depth: 0
- name: Setup Go
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
api.github.com:443 github.com:443 objects.githubusercontent.com:443 proxy.golang.org:443 storage.googleapis.com:443 sum.golang.org:443 uploads.github.com:443
- name: Checkout repository
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@821ab42c90a42d1d5cd3241930dff56a7c7dcfb2
uses: github/codeql-action/init@b4a863192d0be323b0e146ec115c1ecc2a3619e9
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@821ab42c90a42d1d5cd3241930dff56a7c7dcfb2
uses: github/codeql-action/autobuild@b4a863192d0be323b0e146ec115c1ecc2a3619e9

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@821ab42c90a42d1d5cd3241930dff56a7c7dcfb2
uses: github/codeql-action/analyze@b4a863192d0be323b0e146ec115c1ecc2a3619e9
6 changes: 3 additions & 3 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout code"
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
with:
persist-credentials: false

Expand All @@ -61,14 +61,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
uses: actions/upload-artifact@b18b1d32f3f31abcdc29dee3f2484801fe7822f4
with:
name: SARIF file
path: results.sarif
retention-days: 5

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

0 comments on commit 05c926a

Please sign in to comment.