Skip to content

Commit

Permalink
Merge pull request #4285 from boto/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.2.0
  • Loading branch information
nateprewitt authored Sep 30, 2024
2 parents 2879c42 + 2a57a5d commit 2883025
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
security-events: write
steps:
- name: "Checkout repository"
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608"
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"

- name: "Run CodeQL init"
uses: "github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Set up Python 3.9
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-crt-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- { python-version: "3.9", os: "macos-13" }

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- { python-version: "3.9", os: "macos-13" }

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
Expand Down

0 comments on commit 2883025

Please sign in to comment.