Skip to content
Merged
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/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Debug
uses: raven-actions/debug@9dbdeb7eea607a7d73411895c65987e71d59a466 # v1.2.0
Expand Down Expand Up @@ -321,7 +321,7 @@
with:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
# We need full history to be able to detect branch ancestry
with:
fetch-depth: 0
Expand Down Expand Up @@ -531,7 +531,7 @@
pull-requests: write
id-token: write
name: Update documentation on release
uses: telemetryforge/documentation/.github/workflows/call-add-mapping-version.yaml@694143c942c2481eb49ccbaa99f9b6c13d25d84e

Check failure on line 534 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

SHA-pinned action requires a version comment for verifiability

Check failure on line 534 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

SHA-pinned action requires a version comment for verifiability

Check failure on line 534 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

SHA-pinned action requires a version comment for verifiability

Check failure on line 534 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

SHA-pinned action requires a version comment for verifiability

Check failure on line 534 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

SHA-pinned action requires a version comment for verifiability

Check failure on line 534 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

SHA-pinned action requires a version comment for verifiability

Check failure on line 534 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

SHA-pinned action requires a version comment for verifiability

Check failure on line 534 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

SHA-pinned action requires a version comment for verifiability

Check failure on line 534 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

SHA-pinned action requires a version comment for verifiability

Check failure on line 534 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

SHA-pinned action requires a version comment for verifiability

Check failure on line 534 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

SHA-pinned action requires a version comment for verifiability

Check failure on line 534 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

SHA-pinned action requires a version comment for verifiability
with:
agent-version: ${{ needs.get-meta.outputs.version }}
oss-version: ${{ needs.get-meta.outputs.oss-version }}
2 changes: 1 addition & 1 deletion .github/workflows/call-build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: telemetryforge/agent
ref: ${{ inputs.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-build-linux-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout ${{ inputs.ref }} code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ inputs.ref }}
repository: telemetryforge/agent
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-build-macos-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout ${{ inputs.ref }} code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ inputs.ref }}
repository: telemetryforge/agent
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-build-windows-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout ${{ inputs.ref }} code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ inputs.ref }}
repository: telemetryforge/agent
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-test-containers-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: telemetryforge/agent
ref: ${{ inputs.ref || github.ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/call-test-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: telemetryforge/agent
ref: ${{ inputs.ref || github.ref }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: telemetryforge/agent
ref: ${{ inputs.ref || github.ref }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: telemetryforge/agent
ref: ${{ inputs.ref || github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/call-test-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: telemetryforge/agent
ref: ${{ inputs.ref }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: telemetryforge/agent
ref: ${{ inputs.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cron-auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: 25.10 run
if: github.event_name == 'schedule' && github.event.schedule=='0 14 1 * *'
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
secrets: |-
github-pat:projects/626836145334/secrets/GITHUB_CI_PAT

- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ needs.find-last-good.outputs.sha }}
# The tag must be pushed using a PAT to ensure workflows then run.
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 @@ -30,7 +30,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: "Checkout Repository"
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: "Dependency Review"
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout for config file
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Download package
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
# Ignores do not work: https://github.com/reviewdog/action-hadolint/issues/35 is resolved
Expand All @@ -45,7 +45,7 @@ jobs:
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: reviewdog/action-shellcheck@4c07458293ac342d477251099501a718ae5ef86e # v1.32.0
Expand All @@ -68,7 +68,7 @@ jobs:
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- run: |
Expand All @@ -85,7 +85,7 @@ jobs:
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- run: ./scripts/format-yaml-files.sh
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: suzuki-shunsuke/pinact-action@896d595f299e71d65b9d28349d6956abe144390a # v3.0.0
Expand All @@ -169,7 +169,7 @@ jobs:
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: refs/pull/${{ github.event.issue.number }}/merge

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
egress-policy: ${{ vars.STEP_SECURITY_EGRESS_POLICY || 'audit' }}

- name: "Checkout code"
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand All @@ -66,6 +66,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: telemetryforge/agent
ref: ${{ github.event.inputs.ref || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ github.event.inputs.ref || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-lts-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
with:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}

- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ matrix.branch }}

Expand Down Expand Up @@ -75,7 +75,7 @@
- name: Create a PR with the update
if: ${{ github.event_name != 'workflow_dispatch' || !github.event.inputs.dry-run }}
id: cpr
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1

Check notice on line 78 in .github/workflows/update-lts-branches.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 78 in .github/workflows/update-lts-branches.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 78 in .github/workflows/update-lts-branches.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 78 in .github/workflows/update-lts-branches.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 78 in .github/workflows/update-lts-branches.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 78 in .github/workflows/update-lts-branches.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 78 in .github/workflows/update-lts-branches.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 78 in .github/workflows/update-lts-branches.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 78 in .github/workflows/update-lts-branches.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 78 in .github/workflows/update-lts-branches.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 78 in .github/workflows/update-lts-branches.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 78 in .github/workflows/update-lts-branches.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
commit-message: "ci: update workflows on ${{ matrix.branch }} from main"
signoff: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: ${{ env.STEP_SECURITY_EGRESS_POLICY }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0 # Fetch all history including tags

Expand Down Expand Up @@ -177,7 +177,7 @@
- name: Create a PR with the update
if: ${{ github.event_name != 'workflow_dispatch' || !github.event.inputs.dry-run }}
id: cpr
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1

Check notice on line 180 in .github/workflows/update-version.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 180 in .github/workflows/update-version.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 180 in .github/workflows/update-version.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 180 in .github/workflows/update-version.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 180 in .github/workflows/update-version.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 180 in .github/workflows/update-version.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 180 in .github/workflows/update-version.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 180 in .github/workflows/update-version.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 180 in .github/workflows/update-version.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 180 in .github/workflows/update-version.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 180 in .github/workflows/update-version.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1

Check notice on line 180 in .github/workflows/update-version.yaml

View workflow job for this annotation

GitHub Actions / PR - Actions Pin SHA

pinact error

uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
commit-message: "ci: update to new version ${{ steps.get-version.outputs.next_tag }}"
signoff: true
Expand Down
Loading