Skip to content

Commit a7c3778

Browse files
Merge pull request #2962 from ASFHyP3/dependabot/github_actions/github-actions-deps-7f213fd512
Bump the github-actions-deps group with 9 updates
2 parents b9f3bd4 + f84ba9c commit a7c3778

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ on:
1313

1414
jobs:
1515
call-changelog-check-workflow:
16-
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.20.0
16+
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.21.0

.github/workflows/create-jira-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
call-create-jira-issue-workflow:
9-
uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.20.0
9+
uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.21.0
1010
secrets:
1111
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
1212
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}

.github/workflows/labeled-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212

1313
jobs:
1414
call-labeled-pr-check-workflow:
15-
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.20.0
15+
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.21.0

.github/workflows/release-template-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-release-checklist-workflow:
10-
uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.20.0
10+
uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.21.0
1111
permissions:
1212
pull-requests: write
1313
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-release-workflow:
10-
uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.20.0
10+
uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.21.0
1111
with:
1212
release_prefix: HyP3
1313
secrets:

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ env:
1111
jobs:
1212
call-ruff-workflow:
1313
# Docs: https://github.com/ASFHyP3/actions
14-
uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.20.0
14+
uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.21.0
1515

1616
call-mypy-workflow:
17-
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.20.0
17+
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.21.0
1818

1919
cfn-lint:
2020
runs-on: ubuntu-latest
@@ -88,4 +88,4 @@ jobs:
8888
snyk iac test --severity-threshold=high
8989
9090
call-secrets-analysis-workflow:
91-
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.20.0
91+
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.21.0

.github/workflows/tag-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
call-bump-version-workflow:
10-
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.20.0
10+
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.21.0
1111
secrets:
1212
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}

0 commit comments

Comments
 (0)