Skip to content

Commit

Permalink
Update actions/checkout digest to 8459bc0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent ccea642 commit 0a2f1a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
api.github.com:443 github.com:443 proxy.golang.org:443 objects.githubusercontent.com:443 raw.githubusercontent.com:443
- name: Checkout repo
uses: actions/checkout@37b082107ba410260a3aaddf93122e04801ce631
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
github.com:443 proxy.golang.org:443 storage.googleapis.com:443 sum.golang.org:443
- name: Checkout repo
uses: actions/checkout@37b082107ba410260a3aaddf93122e04801ce631
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
with:
fetch-depth: 0
- name: Setup Go
Expand All @@ -76,7 +76,7 @@ jobs:
api.codecov.io:443 api.github.com:443 cli.codecov.io:443 ea6ne4j2sb.execute-api.eu-central-1.amazonaws.com:443 github.com:443 proxy.golang.org:443 objects.githubusercontent.com:443 scanner.sonarcloud.io:443 sonarcloud.io:443 storage.googleapis.com:443
- name: Checkout repo
uses: actions/checkout@37b082107ba410260a3aaddf93122e04801ce631
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
with:
fetch-depth: 0
- name: Setup Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sum.golang.org:443
- name: Checkout repository
uses: actions/checkout@37b082107ba410260a3aaddf93122e04801ce631
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout code"
uses: actions/checkout@37b082107ba410260a3aaddf93122e04801ce631
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
with:
persist-credentials: false

Expand Down

0 comments on commit 0a2f1a1

Please sign in to comment.