mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(deps): Bump the all group with 3 updates (#11830)
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:
parent
9fbb9f9653
commit
8a6557c94b
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0
|
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
|
||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
tags: |
|
tags: |
|
||||||
|
2
.github/workflows/scorecards-analysis.yml
vendored
2
.github/workflows/scorecards-analysis.yml
vendored
@ -49,6 +49,6 @@ jobs:
|
|||||||
|
|
||||||
# Upload the results to GitHub’s code scanning dashboard.
|
# Upload the results to GitHub’s code scanning dashboard.
|
||||||
- name: 'Upload to code-scanning'
|
- name: 'Upload to code-scanning'
|
||||||
uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
|
uses: github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
4
.github/workflows/update-browser-pins.yml
vendored
4
.github/workflows/update-browser-pins.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
node tools/update_chrome_revision.mjs
|
node tools/update_chrome_revision.mjs
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: ${{ steps.update.outputs.commit }}
|
if: ${{ steps.update.outputs.commit }}
|
||||||
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
|
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BROWSER_AUTOMATION_BOT_TOKEN }}
|
token: ${{ secrets.BROWSER_AUTOMATION_BOT_TOKEN }}
|
||||||
branch: browser-automation-bot/update-browser-version-chrome
|
branch: browser-automation-bot/update-browser-version-chrome
|
||||||
@ -64,7 +64,7 @@ jobs:
|
|||||||
node packages/browsers/tools/updateVersions.mjs
|
node packages/browsers/tools/updateVersions.mjs
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: ${{ steps.update.outputs.commit }}
|
if: ${{ steps.update.outputs.commit }}
|
||||||
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
|
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BROWSER_AUTOMATION_BOT_TOKEN }}
|
token: ${{ secrets.BROWSER_AUTOMATION_BOT_TOKEN }}
|
||||||
branch: browser-automation-bot/update-browser-version-firefox
|
branch: browser-automation-bot/update-browser-version-firefox
|
||||||
|
Loading…
Reference in New Issue
Block a user