Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/check_variable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check variable value

Check failure

Code scanning / Scorecard

Token-Permissions High

score is 0: no topLevel permission defined
Remediation tip: Visit https://app.stepsecurity.io/secureworkflow.
Tick the 'Restrict permissions for GITHUB_TOKEN'
Untick other options
NOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead.
Click Remediation section below for further remediation help

on:
pull_request

env:
LEAP15_VERSION: ${{ vars.LEAP15_VERSION_MASTER }}

jobs:
print_job:
runs-on: [self-hosted, light]
steps:
- name: "Print variable value"
run: echo "LEAP15_VERSION is $LEAP15_VERSION"