Skip to content

Commit 6a3cc35

Browse files
committed
2 parents a77362d + a8bc726 commit 6a3cc35

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/flake8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out source repository
18-
uses: actions/[email protected].1
18+
uses: actions/[email protected].2
1919
- name: Set up Python environment
20-
uses: actions/setup-python@v6.1.0
20+
uses: actions/setup-python@v6.2.0
2121
with:
2222
python-version: "3.9"
2323
- name: flake8 Lint

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Run hadolint against docker files
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/[email protected].1
17+
- uses: actions/[email protected].2
1818
- name: Pull hadolint/hadolint:latest Image
1919
run: docker pull hadolint/hadolint:latest
2020
- name: Run hadolint against Dockerfiles

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/[email protected].1
19+
- uses: actions/[email protected].2
2020
- name: Pull markdownlint/markdownlint:latest Image
2121
run: docker pull markdownlint/markdownlint:latest
2222
- name: Run markdownlint against *.md files

.github/workflows/pre-commit-updates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Updates
1212
steps:
1313
- name: Checkout
14-
uses: actions/[email protected].1
14+
uses: actions/[email protected].2
1515
- name: Update pre-commit hooks
1616
uses: brokenpip3/[email protected]
1717
with:

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: ${{ github.event_name == 'pull_request' }}
1515
steps:
16-
- uses: actions/[email protected].1
16+
- uses: actions/[email protected].2
1717
- name: Pull koalaman/shellcheck:stable Image
1818
run: docker pull koalaman/shellcheck:stable
1919
- name: Run Shellcheck against shell scripts

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Run yamllint against YAML files
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/[email protected].1
17+
- uses: actions/[email protected].2
1818
- name: yaml-lint
1919
uses: ibiqlik/[email protected]
2020
with:

0 commit comments

Comments
 (0)