Skip to content

Standarize all repositories to alibuild 1.17.11 #172

Standarize all repositories to alibuild 1.17.11

Standarize all repositories to alibuild 1.17.11 #172

Triggered via pull request September 18, 2024 06:49
Status Failure
Total duration 25s
Artifacts

check-workflows.yml

on: pull_request
actionlint
16s
actionlint
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
actionlint: .github/workflows/clean-pr-checks.yml#L79
input "owner" is not defined in action "octokit/[email protected]". available inputs are "mediaType", "query", "variables" ``` owner: ${{ inputs.owner }} ^~~~~~ ```
actionlint: .github/workflows/clean-pr-checks.yml#L80
input "name" is not defined in action "octokit/[email protected]". available inputs are "mediaType", "query", "variables" ``` name: ${{ inputs.repo }} ^~~~~ ```
actionlint: .github/workflows/clean-pr-checks.yml#L81
input "pr" is not defined in action "octokit/[email protected]". available inputs are "mediaType", "query", "variables" ``` pr: ${{ inputs.pr }} ^~~ ```
actionlint: .github/workflows/pr-security-approval.yml#L53
input "owner" is not defined in action "octokit/[email protected]". available inputs are "mediaType", "query", "variables" ``` owner: ${{ github.event.repository.owner.login }} ^~~~~~ ```
actionlint: .github/workflows/pr-security-approval.yml#L54
input "name" is not defined in action "octokit/[email protected]". available inputs are "mediaType", "query", "variables" ``` name: ${{ github.event.repository.name }} ^~~~~ ```
actionlint: .github/workflows/pr-security-approval.yml#L55
input "pr" is not defined in action "octokit/[email protected]". available inputs are "mediaType", "query", "variables" ``` pr: ${{ github.event.pull_request.number }} ^~~ ```
actionlint
Process completed with exit code 1.
actionlint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/