Skip to content

Commit

Permalink
Merge pull request #30 from hectorm/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.5

Bump actions/checkout from 4.1.4 to 4.1.5
  • Loading branch information
hectorm authored May 14, 2024
2 parents 56df4c4 + 4cac9fe commit 3e1d5fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
language: ['python']
steps:
- name: 'Checkout'
uses: 'actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b'
uses: 'actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a'
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
steps:
- name: 'Checkout'
uses: 'actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b'
uses: 'actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b'
- name: 'Use Python ${{ matrix.python_version }}'
uses: 'actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d'
with:
Expand All @@ -52,7 +52,7 @@ jobs:
packages: 'write'
steps:
- name: 'Checkout'
uses: 'actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b'
uses: 'actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b'
- name: 'Set up QEMU'
uses: 'docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3'
- name: 'Set up Docker Buildx'
Expand Down

0 comments on commit 3e1d5fd

Please sign in to comment.