Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CodeQL workflow #1081

Merged
merged 1 commit into from
Oct 19, 2022
Merged

Conversation

ianlewis
Copy link
Member

@ianlewis ianlewis commented Oct 19, 2022

Fixes #1047

I added "Analyze" as a required check on our protected branch rule. This should match both the no-op CodeQL workflow and the real CodeQL workflow.

/cc @asraa

Signed-off-by: Ian Lewis ianlewis@google.com

Signed-off-by: Ian Lewis <ianlewis@google.com>
needs: [analyze-matrix]
if: ${{ always() }}
env:
ANALYZE_RESULT: ${{ needs.analyze-matrix.result }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so this will be "success" only if all matrix jobs succeed, correct? If so LGTM.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct

@laurentsimon laurentsimon merged commit 82a20d3 into slsa-framework:main Oct 19, 2022
@asraa
Copy link
Collaborator

asraa commented Oct 19, 2022

AH! Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Disable CodeQL for changes only on YAML
3 participants