Skip to content
Closed
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
22 changes: 11 additions & 11 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@
NPM_TOKEN: ""
steps:
- name: Checkout repository
uses: namespacelabs/nscloud-checkout-action@v8
uses: namespacelabs/nscloud-checkout-action@v8.1.1

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'QA' step
Uses Step
uses 'namespacelabs/nscloud-checkout-action' with ref 'v8.1.1', not a pinned commit hash
with:
fetch-depth: 0

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

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 'v3.2.1', 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@v3.2.1

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 'v3.2.1', not a pinned commit hash
with:
export-env: true
env:
Expand Down Expand Up @@ -119,7 +119,7 @@
if: |
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.draft == false)
uses: docker/login-action@v3
uses: docker/login-action@v3.7.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'QA' step
Uses Step
uses 'docker/login-action' with ref 'v3.7.0', not a pinned commit hash
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -129,7 +129,7 @@
if: |
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.draft == false)
uses: docker/login-action@v3
uses: docker/login-action@v3.7.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'QA' step
Uses Step
uses 'docker/login-action' with ref 'v3.7.0', not a pinned commit hash
with:
registry: harbor.settlemint.com
username: ${{ env.HARBOR_USER }}
Expand Down Expand Up @@ -302,17 +302,17 @@
SLACK_CHANNEL_ID: ""
steps:
- name: Checkout repository
uses: namespacelabs/nscloud-checkout-action@v8
uses: namespacelabs/nscloud-checkout-action@v8.1.1

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'QA' step
Uses Step
uses 'namespacelabs/nscloud-checkout-action' with ref 'v8.1.1', not a pinned commit hash
with:
fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}

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

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 'v3.2.1', 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@v3.2.1

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 'v3.2.1', 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 @@ -354,17 +354,17 @@
SLACK_CHANNEL_ID: ""
steps:
- name: Checkout repository
uses: namespacelabs/nscloud-checkout-action@v8
uses: namespacelabs/nscloud-checkout-action@v8.1.1

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'QA' step
Uses Step
uses 'namespacelabs/nscloud-checkout-action' with ref 'v8.1.1', not a pinned commit hash
with:
fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}

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

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 'v3.2.1', 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@v3.2.1

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 'v3.2.1', 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