mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Merge pull request #442 from cisagov/dependabot/github_actions/lewagon/wait-on-check-action-1.1.1
Bump lewagon/wait-on-check-action from 1.0.0 to 1.1.1
This commit is contained in:
commit
da7f648ced
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update_software_list.yml
vendored
2
.github/workflows/update_software_list.yml
vendored
|
@ -105,7 +105,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config user.name "${{ needs.setup.outputs.git_user }}"
|
git config user.name "${{ needs.setup.outputs.git_user }}"
|
||||||
git config user.email "${{ needs.setup.outputs.git_email }}"
|
git config user.email "${{ needs.setup.outputs.git_email }}"
|
||||||
- uses: lewagon/wait-on-check-action@v1.0.0
|
- uses: lewagon/wait-on-check-action@v1.1.1
|
||||||
with:
|
with:
|
||||||
check-name: lint
|
check-name: lint
|
||||||
ref: ${{ needs.setup.outputs.testing_branch }}
|
ref: ${{ needs.setup.outputs.testing_branch }}
|
||||||
|
|
Loading…
Reference in a new issue