Skip to content

Commit

Permalink
pin github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed May 13, 2024
1 parent d354215 commit 8a9164f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
latestver: ${{ steps.latest-version.outputs.latestver }}
steps:
- name: Build image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v5.3.0
with:
push: false
load: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
python-version: "3.9"
- name: flake8 Lint
uses: py-actions/flake8@v2
uses: py-actions/flake8@v2.3.0
with:
ignore: "E501"
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- uses: vrslev/[email protected]
- uses: peter-evans/create-pull-request@v6
- uses: peter-evans/create-pull-request@v6.0.5
with:
branch: pre-commit-autoupdate
title: "chore(deps): Update pre-commit hooks"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
uses: ibiqlik/action-yamllint@v3.1.1
with:
config_data: |
extends: default
Expand Down

0 comments on commit 8a9164f

Please sign in to comment.