Standarize all repositories to alibuild 1.17.11 #172
Annotations
7 errors and 1 warning
.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 }}
^~~~~~
```
|
.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 }}
^~~~~
```
|
.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 }}
^~~
```
|
.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 }}
^~~~~~
```
|
.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 }}
^~~~~
```
|
.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 }}
^~~
```
|
|
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/
|
This job failed
Loading