Skip to content
Open
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
12 changes: 6 additions & 6 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
fetch-depth: 0

- name: Setup 1Password
uses: 1password/load-secrets-action/configure@v3
uses: 1password/load-secrets-action/configure@v4

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'QA' step
Uses Step
uses '1password/load-secrets-action/configure' with ref 'v4', not a pinned commit hash
with:
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: Load all secrets
id: secrets
uses: 1password/load-secrets-action@v3
uses: 1password/load-secrets-action@v4

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'QA' step
Uses Step: secrets
uses '1password/load-secrets-action' with ref 'v4', not a pinned commit hash
with:
export-env: true
env:
Expand Down Expand Up @@ -307,12 +307,12 @@
fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}

- name: Setup 1Password
uses: 1password/load-secrets-action/configure@v3
uses: 1password/load-secrets-action/configure@v4

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'QA' step
Uses Step
uses '1password/load-secrets-action/configure' with ref 'v4', not a pinned commit hash
with:
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: Load Slack secrets
uses: 1password/load-secrets-action@v3
uses: 1password/load-secrets-action@v4

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'QA' step
Uses Step
uses '1password/load-secrets-action' with ref 'v4', not a pinned commit hash
env:
SLACK_BOT_TOKEN: op://platform/slack-bot/SLACK_BOT_TOKEN
SLACK_CHANNEL_ID: op://platform/slack-bot/SLACK_CHANNEL_ID
Expand Down Expand Up @@ -359,12 +359,12 @@
fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}

- name: Setup 1Password
uses: 1password/load-secrets-action/configure@v3
uses: 1password/load-secrets-action/configure@v4

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'QA' step
Uses Step
uses '1password/load-secrets-action/configure' with ref 'v4', not a pinned commit hash
with:
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: Load Slack secrets
uses: 1password/load-secrets-action@v3
uses: 1password/load-secrets-action@v4

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'QA' step
Uses Step
uses '1password/load-secrets-action' with ref 'v4', not a pinned commit hash
env:
SLACK_BOT_TOKEN: op://platform/slack-bot/SLACK_BOT_TOKEN
SLACK_CHANNEL_ID: op://platform/slack-bot/SLACK_CHANNEL_ID
Expand Down
Loading