Skip to content

Commit

Permalink
chore(deps): bump actions/github-script from 6 to 7
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 65d41d0 commit f9b7eb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fossa_ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: FOSSA Snippets Detection Decoration
if: github.event_name == 'pull_request' && ${{ inputs.check_snippets }}
uses: actions/github-script@v6
uses: actions/github-script@v7
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: FOSSA Test Decoration
if: github.event_name == 'pull_request'
uses: actions/github-script@v6
uses: actions/github-script@v7
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- name: FOSSA AI Detection Decoration
if: github.event_name == 'pull_request' && ${{ inputs.check_ai_generated_code }}
uses: actions/github-script@v6
uses: actions/github-script@v7
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Label PR with AI label
if: ${{ inputs.check_ai_generated_code }}
uses: actions/github-script@v6
uses: actions/github-script@v7
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f9b7eb3

Please sign in to comment.