Skip to content

Action-Test - [Bump super-linter/super-linter from 8.5.0 to 8.6.0 #25] by @dependabot[bot] #368

Action-Test - [Bump super-linter/super-linter from 8.5.0 to 8.6.0 #25] by @dependabot[bot]

Action-Test - [Bump super-linter/super-linter from 8.5.0 to 8.6.0 #25] by @dependabot[bot] #368

Workflow file for this run

name: Action-Test
run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
jobs:
UploadArtifact:
name: Upload Artifact
runs-on: ubuntu-latest
steps:
# Need to check out as part of the test, as its a local action
- name: Checkout repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Upload Artifact
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with:
name: Docs
path: README.md
ActionTestBasic:
name: Action-Test - [Basic]
needs: UploadArtifact
runs-on: ubuntu-latest
steps:
# Need to check out as part of the test, as its a local action
- name: Checkout repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Action-Test
uses: ./
with:
WorkflowRunID: ${{ github.run_id }}
ArtifactName: Docs
GITHUB_TOKEN: ${{ GITHUB.TOKEN }}