Skip to content

Commit

Permalink
Merge pull request #5 from fortio/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
ldemailly authored Mar 20, 2024
2 parents 759baf8 + d433dd3 commit bdab10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # pin@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v3
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # pin@v3
with:
fetch-depth: 0
- uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # pin@v1
Expand Down

0 comments on commit bdab10a

Please sign in to comment.