Skip to content

Commit

Permalink
Update github-actions (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent 3fc85a1 commit 662e776
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 @@ -24,7 +24,7 @@ jobs:
raw.githubusercontent.com:443
- name: Checkout repo
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
with:
fetch-depth: 0
- name: Setup Go
Expand All @@ -34,7 +34,7 @@ jobs:

# Linting
- name: Linting
uses: golangci/golangci-lint-action@3d4174dbf50df14928520a1fe4462fa98338d311
uses: golangci/golangci-lint-action@79a180da271f498717dcd1865113bb5631f88d82
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
with:
fetch-depth: 0
- name: Setup Go
Expand All @@ -106,7 +106,7 @@ jobs:

# Codecov
- name: Codecov
uses: codecov/codecov-action@1f30f8b7576840249fdd6164afd42b97cb1af0ab
uses: codecov/codecov-action@882f2c9a95f3d007a840ebb32a161b4187e5f8ee
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 @@ -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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e

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

- name: Autobuild
uses: github/codeql-action/autobuild@ea2cd92c21b192add69983116b8b3222b09da33b
uses: github/codeql-action/autobuild@af56b044b5d41c317aef5d19920b3183cb4fbbec

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ea2cd92c21b192add69983116b8b3222b09da33b
uses: github/codeql-action/analyze@af56b044b5d41c317aef5d19920b3183cb4fbbec
4 changes: 2 additions & 2 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
with:
persist-credentials: false

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@ea2cd92c21b192add69983116b8b3222b09da33b
uses: github/codeql-action/upload-sarif@af56b044b5d41c317aef5d19920b3183cb4fbbec
with:
sarif_file: results.sarif

0 comments on commit 662e776

Please sign in to comment.