Skip to content

Commit 569134d

Browse files
Merge pull request #142 from ivankatliarchuk/renovate/actions
chore(deps): update actions
2 parents 77142e7 + 7d77874 commit 569134d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/governance.links-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# todo https://github.com/peter-evans/link-checker
3434
- name: link checker
3535
id: lychee
36-
uses: lycheeverse/lychee-action@v1.0.8
36+
uses: lycheeverse/lychee-action@v1.0.9
3737
# if: failure()
3838
with:
3939
args: >
@@ -73,7 +73,7 @@ jobs:
7373
write-mode: append
7474

7575
- name: create issue from file
76-
uses: JasonEtco/create-an-issue@v2.5.0
76+
uses: JasonEtco/create-an-issue@v2.6.0
7777
id: issue
7878
if: ${{ steps.lychee.outputs.exit_code > 0 }}
7979
env:

.github/workflows/scan.lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
# https://github.com/JasonEtco/actions-toolkit#toolscontext
6565
- name: create issue from file
66-
uses: JasonEtco/create-an-issue@v2.5.0
66+
uses: JasonEtco/create-an-issue@v2.6.0
6767
id: create-issue
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/scan.zap-baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
ref: master
2323
- name: ZAP Scan
24-
uses: zaproxy/action-baseline@v0.5.0
24+
uses: zaproxy/action-baseline@v0.6.1
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
docker_name: 'owasp/zap2docker-stable'

0 commit comments

Comments
 (0)