mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
CI: fix some actions alerts
This commit is contained in:
3
.github/workflows/build-ripunzip.yml
vendored
3
.github/workflows/build-ripunzip.yml
vendored
@@ -12,6 +12,9 @@ on:
|
||||
required: false
|
||||
default: openssl-3.5.0
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
||||
@@ -14,10 +14,7 @@ jobs:
|
||||
check:
|
||||
name: Check framework coverage differences and comment
|
||||
runs-on: ubuntu-latest
|
||||
if: >
|
||||
${{ github.event.workflow_run.event == 'pull_request' &&
|
||||
github.event.workflow_run.conclusion == 'success' }}
|
||||
|
||||
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
|
||||
steps:
|
||||
- name: Dump GitHub context
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user