Skip to content

Commit

Permalink
Pin actions/checkout version to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienPatte committed Nov 8, 2024
1 parent 32a3a80 commit e427584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: pip3 install -r requirements.txt
- run: yamllint .

ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: pip3 install -r requirements.txt
- run: ansible-lint playbook.yml

0 comments on commit e427584

Please sign in to comment.