Skip to content

Commit a6d10e0

Browse files
chore(deps): update github-actions
1 parent d2e7cd7 commit a6d10e0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/automatic-pr-labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
issues: write
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
29+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
3131
persist-credentials: false
3232

.github/workflows/cleanup-old-docker-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "**Dry-run**: ${{ github.event.inputs.dry-run || 'false' }}"
4444
echo "**Debug**: ${{ github.event.inputs.debug || 'false' }}"
4545
- name: Run Container Package Cleanup Action
46-
uses: netcracker/qubership-workflow-hub/actions/[email protected].7
46+
uses: netcracker/qubership-workflow-hub/actions/[email protected].8
4747
with:
4848
threshold-days: ${{ github.event.inputs.threshold-days || 8 }}
4949
included-tags: ${{ github.event.inputs.included-tags || '*' }}

.github/workflows/pr-assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
persist-credentials: false
2828

29-
- uses: netcracker/qubership-workflow-hub/actions/pr-assigner@c1a5c8c2d9c2a79f548134db1d095f36ee0f28e7 # 2.0.7
29+
- uses: netcracker/qubership-workflow-hub/actions/pr-assigner@d53e0ff4ca97bd496974febd9aee460d1c5e9ba9 # 2.0.8
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr-conventional-commits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
name: Conventional Commits
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
with:
2121
persist-credentials: false
2222

23-
- uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 #v1.3.0
23+
- uses: webiny/action-conventional-commits@faccb24fc2550dd15c0390d944379d2d8ed9690e # v1.3.1

0 commit comments

Comments
 (0)