File tree Expand file tree Collapse file tree 15 files changed +23
-23
lines changed
github-actions/npm/checkout-and-setup-node Expand file tree Collapse file tree 15 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1616 assistant_to_the_branch_manager :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
19+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2020 with :
2121 # Setting persist-credentials instructs actions/checkout not to persist the credentials
2222 # in configuration or environment. Since we don't rely on the credentials used for
Original file line number Diff line number Diff line change 2424 branch_manager :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
27+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2828 with :
2929 # Setting `persist-credentials: false` prevents the github-action account from being the
3030 # account that is attempted to be used for authentication, instead the remote is set to
Original file line number Diff line number Diff line change 3737 # Because the checkout and setup node action is contained in the dev-infra repo, we must
3838 # checkout the repo to be able to run the action we have created. Other repos will skip
3939 # this step.
40- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
40+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141 - uses : ./github-actions/npm/checkout-and-setup-node
4242 - uses : ./github-actions/bazel/setup
4343 - uses : ./github-actions/bazel/configure-remote
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929 - name : Initialize CodeQL
30- uses : github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
30+ uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
3131 with :
3232 languages : ${{ matrix.language }}
3333 - name : Perform CodeQL Analysis
34- uses : github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
34+ uses : github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
3535 with :
3636 category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change 1212 commit_message_based_labels :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
15+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616 - uses : ./github-actions/pull-request-labeling
1717 with :
1818 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1010 feature_triage :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
13+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1414 - uses : ./github-actions/feature-request
1515 with :
1616 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040 --repo "${REPOSITORY}"
4141
4242 - name : ' Checkout repository'
43- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
43+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4444
4545 - name : ' Run Gemini security analysis review'
46- uses : ' google-github-actions/run-gemini-cli@6f116f01b6bfaf784e5dd71abd1f322f20e03e38 ' # v0.1.15
46+ uses : ' google-github-actions/run-gemini-cli@635ea06c806bdd9d252334d92222e72674a653e8 ' # v0.1.16
4747 id : ' gemini_security_analysis'
4848 env :
4949 GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
Original file line number Diff line number Diff line change 3030 # Because the checkout and setup node action is contained in the dev-infra repo, we must
3131 # checkout the repo to be able to run the action we have created. Other repos will skip
3232 # this step.
33- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
33+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3434 - uses : ./github-actions/npm/checkout-and-setup-node
3535 with :
3636 cache-dependency-path : ' ./.github/ng-renovate/pnpm-lock.yaml'
Original file line number Diff line number Diff line change 1414 if : github.repository == 'angular/dev-infra'
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
17+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1818 - uses : ./.github/local-actions/labels-sync
1919 with :
2020 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2828 if : github.repository == 'angular/dev-infra'
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
31+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3232 - uses : ./.github/local-actions/lock-closed
3333 with :
3434 lock-bot-key : ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 2323 # Because the checkout and setup node action is contained in the dev-infra repo, we must
2424 # checkout the repo to be able to run the action we have created. Other repos will skip
2525 # this step.
26- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
26+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2727 - uses : ./github-actions/npm/checkout-and-setup-node
2828 - uses : ./github-actions/bazel/setup
2929 - run : pnpm install --frozen-lockfile
4141 # Because the checkout and setup node action is contained in the dev-infra repo, we must
4242 # checkout the repo to be able to run the action we have created. Other repos will skip
4343 # this step.
44- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
44+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4545 - uses : ./github-actions/npm/checkout-and-setup-node
4646 - uses : ./github-actions/bazel/setup
4747 - run : pnpm install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments