Skip to content

modified ci.yaml,ci manual.yaml,artifacts.yaml files #4

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

Merged
merged 2 commits into from
Mar 20, 2025

Conversation

sampathshivakumar
Copy link

Overview

modified ci.yaml ,ci manual.yaml, artifacts.yaml files

What this PR does / why we need it

To build the images from the dex repo manually from any required branch

Special notes for your reviewer

- name: Checkout dex branch
uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Choose a reason for hiding this comment

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

What happened here? why not use v4 or v4.2.2 ?

@@ -172,4 +172,4 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Dependency Review
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0

Choose a reason for hiding this comment

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

Generally you want to have a line at the end of the file.


- name: Dependency Review
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
security-events: write

Choose a reason for hiding this comment

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

Generally you want to have a line at the end of the file.

@sampathshivakumar sampathshivakumar merged commit 9b44870 into master Mar 20, 2025
8 checks passed
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.

2 participants