File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 id : checkout
3131 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232 with :
33+ persist-credentials : false
3334 # Required to push changes
3435 token : ${{ secrets.GITHUB_TOKEN }}
3536 # Need to fetch complete PR
Original file line number Diff line number Diff line change 3535 - name : Checkout
3636 id : checkout
3737 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38+ with :
39+ persist-credentials : false
3840
3941 - name : Setup Bun
4042 id : setup-bun
Original file line number Diff line number Diff line change 2525 - name : Checkout
2626 id : checkout
2727 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+ with :
29+ persist-credentials : false
2830
2931 - name : Setup Bun
3032 id : setup-bun
5658 - name : Checkout
5759 id : checkout
5860 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
61+ with :
62+ persist-credentials : false
5963
6064 - name : Test Local Action
6165 id : test-action
7175 - name : Print
7276 id : output
7377 run : |
74- echo "diff: ${{ steps.test-action.outputs.diff }}"
75- echo "comment_url: ${{ steps.test-action.outputs.comment_url }}"
78+ echo "diff: ${STEPS_TEST_ACTION_OUTPUTS_DIFF}"
79+ echo "comment_url: ${STEPS_TEST_ACTION_OUTPUTS_COMMENT_URL}"
80+ env :
81+ STEPS_TEST_ACTION_OUTPUTS_DIFF : ${{ steps.test-action.outputs.diff }}
82+ STEPS_TEST_ACTION_OUTPUTS_COMMENT_URL :
83+ ${{ steps.test-action.outputs.comment_url }}
Original file line number Diff line number Diff line change 3636 - name : Checkout
3737 id : checkout
3838 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39+ with :
40+ persist-credentials : false
3941
4042 - name : Initialize CodeQL
4143 id : initialize
Original file line number Diff line number Diff line change 2828 id : checkout
2929 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030 with :
31+ persist-credentials : false
3132 fetch-depth : 0
3233
3334 - name : Setup Bun
4243
4344 - name : Lint Codebase
4445 id : super-linter
45- uses : super-linter/super-linter/slim@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d # v7.2.1
46+ uses : super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
4647 env :
4748 DEFAULT_BRANCH : main
4849 FILTER_REGEX_EXCLUDE : dist/**/*|.env.example
You can’t perform that action at this time.
0 commit comments