Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and mhofstetter committed Nov 20, 2023
1 parent a5ca703 commit 480bc71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cilium-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
echo "CILIUM_CLI_REF=${ciliumCliRef}" >> $GITHUB_ENV
- name: Reporting start to issue comment
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
if: github.event_name == 'issue_comment'
with:
script: |
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
run: cilium connectivity test --test=l7

- name: Reporting success to issue comment
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
if: success() && github.event_name == 'issue_comment'
with:
script: |
Expand All @@ -243,7 +243,7 @@ jobs:
retention-days: 5

- name: Reporting failure to issue comment
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
if: failure() && github.event_name == 'issue_comment'
with:
script: |
Expand Down

0 comments on commit 480bc71

Please sign in to comment.