Skip to content

Commit

Permalink
Merge pull request instrumenta#16 from hectorm/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
hectorm authored Mar 20, 2024
2 parents 2e0a6ae + 6c426b1 commit f0c6b63
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@b4ffde65f46336ab88eb53be808477a3936bae11'
uses: 'actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633'
- 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@b4ffde65f46336ab88eb53be808477a3936bae11'
uses: 'actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633'
- name: 'Use Python ${{ matrix.python_version }}'
uses: 'actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c'
with:
Expand All @@ -52,7 +52,7 @@ jobs:
packages: 'write'
steps:
- name: 'Checkout'
uses: 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11'
uses: 'actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633'
- name: 'Set up QEMU'
uses: 'docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3'
- name: 'Set up Docker Buildx'
Expand Down

0 comments on commit f0c6b63

Please sign in to comment.