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
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

jobs:
analyze:
name: Analyze

Check failure on line 19 in .github/workflows/codeql-analysis.yml

View workflow job for this annotation

GitHub Actions / opengrep/scan

security.gha.missing-explicit-permissions-temporal: No explicit `GITHUB_TOKEN` permissions found at the workflow or job level. Add a `permissions:` block at the workflow root (applies to all jobs) or per job with least privilege (e.g., `contents: read` and only specific writes like `pull-requests: write` if needed).
runs-on: ubuntu-latest

strategy:
Expand All @@ -30,7 +30,7 @@

steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

jobs:
golangci-lint:
name: Golang-CI (lint)

Check failure on line 7 in .github/workflows/linters.yml

View workflow job for this annotation

GitHub Actions / opengrep/scan

security.gha.missing-explicit-permissions-temporal: No explicit `GITHUB_TOKEN` permissions found at the workflow or job level. Add a `permissions:` block at the workflow root (applies to all jobs) or per job with least privilege (e.g., `contents: read` and only specific writes like `pull-requests: write` if needed).
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
extensions: dom, sockets, grpc, curl, protobuf

- name: Check out code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
submodules: true

Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
extensions: sockets

- name: Check out code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Get Composer Cache Directory
id: composer-cache
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
extensions: sockets

- name: Check out code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Get Composer Cache Directory
id: composer-cache
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
extensions: sockets

- name: Check out code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Get Composer Cache Directory
id: composer-cache
Expand Down
Loading