mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-05-16 04:47:41 +02:00
chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (#1408)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](ed597411d8...3a2844b7e9)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: 9.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/broken_links.yml
vendored
4
.github/workflows/broken_links.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create/Update Issue for Broken Links
|
- name: Create/Update Issue for Broken Links
|
||||||
if: steps.link_check.outputs.has_errors == 'true'
|
if: steps.link_check.outputs.has_errors == 'true'
|
||||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ratchet:actions/github-script@v8
|
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # ratchet:actions/github-script@v9.0.0
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Close Issue if No Errors
|
- name: Close Issue if No Errors
|
||||||
if: steps.link_check.outputs.has_errors == 'false'
|
if: steps.link_check.outputs.has_errors == 'false'
|
||||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ratchet:actions/github-script@v8
|
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # ratchet:actions/github-script@v9.0.0
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const issues = await github.rest.issues.listForRepo({
|
const issues = await github.rest.issues.listForRepo({
|
||||||
|
|||||||
2
.github/workflows/health_report.yml
vendored
2
.github/workflows/health_report.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create/Update Issue with Health Report
|
- name: Create/Update Issue with Health Report
|
||||||
if: steps.report.outputs.has_report == 'true'
|
if: steps.report.outputs.has_report == 'true'
|
||||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ratchet:actions/github-script@v8
|
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # ratchet:actions/github-script@v9.0.0
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
|||||||
Reference in New Issue
Block a user