Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/apm-materialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- name: Harden runner
# renovate: datasource=github-tags depName=DevSecNinja/.github
uses: DevSecNinja/.github/actions/harden-runner@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/actions/harden-runner@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0

- name: Generate App token
id: app-token
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Open materialize PR
if: steps.precheck.outputs.skip != 'true'
# renovate: datasource=github-tags depName=DevSecNinja/.github
uses: DevSecNinja/.github/actions/open-pr@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/actions/open-pr@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0
with:
branch: chore/apm-materialize
base: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/apm-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
steps:
- name: Harden runner
# renovate: datasource=github-tags depName=DevSecNinja/.github
uses: DevSecNinja/.github/actions/harden-runner@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/actions/harden-runner@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0

- name: Generate App token
id: app-token
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
id: open-pr
if: steps.precheck.outputs.skip != 'true'
# renovate: datasource=github-tags depName=DevSecNinja/.github
uses: DevSecNinja/.github/actions/open-pr@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/actions/open-pr@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0
with:
branch: ${{ inputs.pr-branch }}
base: ${{ inputs.target-branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/config-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
fi
- name: Create PR if configs changed
if: steps.pull.outputs.updated == '1'
uses: DevSecNinja/.github/actions/open-pr@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/actions/open-pr@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0
with:
branch: chore/config-sync
title: 'chore: sync config files from central repo'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vendored-file-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Open or update vendored-file sync PR
id: open-pr
if: ${{ inputs.create-pr && steps.detect.outputs.changed == 'true' }}
uses: DevSecNinja/.github/actions/open-pr@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/actions/open-pr@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0
with:
branch: ${{ inputs.branch }}
base: ${{ inputs.base }}
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/assign-issue-to-codeowners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
assign:
uses: DevSecNinja/.github/.github/workflows/assign-issue-to-codeowners.yml@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/.github/workflows/assign-issue-to-codeowners.yml@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0
with:
issue-number: ${{ inputs.issue-number || 0 }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/config-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
sync:
uses: DevSecNinja/.github/.github/workflows/config-sync.yml@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/.github/workflows/config-sync.yml@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0
permissions:
contents: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
label-sync:
uses: DevSecNinja/.github/.github/workflows/label-sync.yml@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/.github/workflows/label-sync.yml@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0
permissions:
contents: read
issues: write
2 changes: 1 addition & 1 deletion workflow-templates/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
labeler:
uses: DevSecNinja/.github/.github/workflows/labeler.yml@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/.github/workflows/labeler.yml@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0
permissions:
contents: read
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
lint:
uses: DevSecNinja/.github/.github/workflows/lint.yml@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/.github/workflows/lint.yml@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0
permissions:
contents: read
security-events: write
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:

jobs:
pages:
uses: DevSecNinja/.github/.github/workflows/pages.yml@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/.github/workflows/pages.yml@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0
permissions:
contents: read
deployments: write
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ permissions:

jobs:
release-please:
uses: DevSecNinja/.github/.github/workflows/release-please.yml@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/.github/workflows/release-please.yml@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0
permissions:
contents: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
release:
uses: DevSecNinja/.github/.github/workflows/release.yml@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/.github/workflows/release.yml@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0
permissions:
contents: write
with:
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/todo-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
run:
uses: DevSecNinja/.github/.github/workflows/todo-to-issue.yml@27fd66740c629ea38380dcd3bf93e7bc74c54247 # v1.9.0
uses: DevSecNinja/.github/.github/workflows/todo-to-issue.yml@783a7a3a03ae71efcdf5b13eaea80efe26dfa641 # v2.2.0
permissions:
contents: read
issues: write
Expand Down
Loading