Skip to content

Commit

Permalink
chore: GitHub workflow update (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalevov authored Feb 1, 2024
1 parent 2d09cd0 commit 8f83fa7
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* @astsiapanay
/.github/ @nepalevov @alexey-ban
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
14 changes: 0 additions & 14 deletions .github/pr-title-checker-config.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
gitlab-dev-deploy:
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.0.1
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.3.1
with:
gitlab-project-id: '1831'
gitlab-project-ref: 'master'
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/integration_tests.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Validate PR title"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
pr-title-check:
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@1.3.1
secrets:
ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pr_check_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/test_gradle_docker.yml@1.0.2
uses: epam/ai-dial-ci/.github/workflows/test_gradle_docker.yml@1.3.1
secrets: inherit
with:
bypass_checks: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ env:

jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/publish_gradle_docker.yml@1.0.2
uses: epam/ai-dial-ci/.github/workflows/publish_gradle_docker.yml@1.3.1
secrets: inherit
11 changes: 11 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Reporting Security Issues

We take all security reports seriously. We appreciate your efforts to responsibly disclose your findings and will make every effort to acknowledge your contributions.

⚠️ Please do *not* file GitHub issues for security vulnerabilities as they are public! ⚠️

To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/epam/ai-dial-auth-helper/security/advisories/new) tab. Tip: In this form, only the title and description are mandatory.

We will send a response indicating the next steps in handling your report. After the initial reply to your report, we will keep you informed of the progress toward a fix and full announcement and may ask for additional information or guidance.

When we receive such reports, we will investigate and subsequently address any potential vulnerabilities as quickly as possible.

0 comments on commit 8f83fa7

Please sign in to comment.