Skip to content

build(deps): bump github/codeql-action from 3.26.4 to 3.26.5 #372

build(deps): bump github/codeql-action from 3.26.4 to 3.26.5

build(deps): bump github/codeql-action from 3.26.4 to 3.26.5 #372

Workflow file for this run

name: CI
on: [push]
permissions: read-all
jobs:
test_actions:
name: Test actions
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
steps:
- name: Checkout for testing preparation
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Use Node.js current version
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
with:
node-version: current
- name: Install package dependencies
run: npm ci
- name: Build the actions
run: npm run build
- name: Test actions for simple action
uses: ./
with:
workloadIdentityProvider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
serviceAccount: ${{ secrets.SERVICE_ACCOUNT }}
project: github-workflow-sws