Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

chore(deps): bump actions/checkout from 4.1.2 to 4.1.7 #904

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
github.com:443
registry.npmjs.org:443

- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
github.com:443
registry.npmjs.org:443

- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v2
with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
metrics.semgrep.dev:443
semgrep.dev:443

- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2
- uses: returntocorp/semgrep-action@713efdd345f3035192eaa63f56867b88e63e4e5d # v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
objects.githubusercontent.com:443

- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v2
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
pkg-containers.githubusercontent.com:443

- name: Checkout the code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v2
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
egress-policy: audit

- name: 'Checkout Repository'
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 'Dependency Review'
uses: actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
www.bestpractices.dev:443

- name: "Checkout code"
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v2.4.0
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0
with:
persist-credentials: false

Expand Down