Skip to content
Closed
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/call-github2gerrit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
pull-requests: write # comment on and close mirrored PRs
issues: write # manage PR/issue metadata during mirroring
# yamllint disable-line rule:line-length
uses: lfreleng-actions/github2gerrit-action/.github/workflows/github2gerrit.yaml@f44ab263b27a93ea20af8a13647fdaaafa3da4eb # v2.0.0
uses: lfreleng-actions/github2gerrit-action/.github/workflows/github2gerrit.yaml@3d548cc0cd8e04175da73a7dc3449b312ce67e07 # v2.1.0
with:
USE_PR_AS_COMMIT: true
GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gerrit-clm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
steps:
- name: 'Harden runner'
# yamllint disable-line rule:line-length
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
with:
egress-policy: audit
- name: 'Clear votes'
Expand All @@ -129,7 +129,7 @@ jobs:
permissions:
contents: read
# yamllint disable-line rule:line-length
uses: lfreleng-actions/security-workflows/.github/workflows/sonatype-lifecycle.yaml@5882f138dd24fcd6cb4ebc8bb3a68cee45a437a6 # v0.3.0
uses: lfreleng-actions/security-workflows/.github/workflows/sonatype-lifecycle.yaml@b2d87d2663b3eedf263cd21b9f45c6322d119a27 # v0.5.1
with:
# Build before scanning: Nexus IQ identifies far more components
# from the packaged output than from source alone. Neither the
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
steps:
- name: 'Harden runner'
# yamllint disable-line rule:line-length
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
with:
egress-policy: audit
- name: 'Get workflow conclusion'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open-ssf-scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
openssf-scorecard:
name: "OpenSSF Scorecard"
# yamllint disable-line rule:line-length
uses: lfit/releng-reusable-workflows/.github/workflows/reuse-openssf-scorecard.yaml@dd7e7f1359ca34ca29a409354fcc648b4ec7a561 # v0.10.2
uses: lfit/releng-reusable-workflows/.github/workflows/reuse-openssf-scorecard.yaml@87eacd1f8322263ebbc1411ce2ea82bab10ed091 # v0.10.3
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
Expand Down