Skip to content

Commit

Permalink
Update actions/checkout digest to 44c2b7a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 748f6c8 commit 59f253a
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # pin@master
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@master
with:
fetch-depth: 0
- name: Setup Go
Expand All @@ -38,7 +38,7 @@ jobs:
go: [ '1.21', '1.20' ]
steps:
- name: Checkout repo
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # pin@master
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@master
with:
fetch-depth: 0
- name: Setup Go
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # pin@master
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@master
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 @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # pin@master
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@master

# 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 @@ -19,7 +19,7 @@ jobs:
id-token: write
steps:
- name: "Checkout code"
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # pin@master
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # pin@master
with:
persist-credentials: false

Expand Down

0 comments on commit 59f253a

Please sign in to comment.