Skip to content

feat(cargo): Update cargo #11

feat(cargo): Update cargo

feat(cargo): Update cargo #11

Workflow file for this run

name: "Test Self Action"
on:
push:
branches: [ main ]
env:
EXTRACTOR_REPOSITORY: advanced-security/codeql-extractor-iac
jobs:
action-test:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Run the action"
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
extractor: ${{ env.EXTRACTOR_REPOSITORY }}