Skip to content

build(deps): bump github/codeql-action from 3.28.19 to 3.29.0 in the dependencies group #1261

build(deps): bump github/codeql-action from 3.28.19 to 3.29.0 in the dependencies group

build(deps): bump github/codeql-action from 3.28.19 to 3.29.0 in the dependencies group #1261

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
update_release_draft:
runs-on: ubuntu-22.04
steps:
# (Optional) GitHub Enterprise requires GHE_HOST variable set
#- name: Set GHE_HOST
# run: |
# echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
with:
filters: |
aws:
- 'aws/**'
cerrors:
- 'cerrors/**'
emailvalidator:
- 'emailvalidator/**'
envlookup:
- 'envlookup/**'
errgroup:
- 'errgroup/**'
osext:
- 'osext/**'
sentryhelper:
- 'sentryhelper/**'
sql-escape:
- 'sql-escape/**'
tspb_cast:
- 'tspb_cast/**'
ulid:
- 'ulid/**'
utf8bom:
- 'utf8bom/**'
hashutil:
- 'hashutil/**'
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: steps.changes.outputs.aws == 'true'
with:
config-name: release-drafter-aws.yml
name: aws/v$RESOLVED_VERSION
tag: aws/v$RESOLVED_VERSION
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: steps.changes.outputs.cerrors == 'true'
with:
config-name: release-drafter-cerrors.yml
name: cerrors/v$RESOLVED_VERSION
tag: cerrors/v$RESOLVED_VERSION
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: steps.changes.outputs.emailvalidator == 'true'
with:
config-name: release-drafter-emailvalidator.yml
name: emailvalidator/v$RESOLVED_VERSION
tag: emailvalidator/v$RESOLVED_VERSION
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: steps.changes.outputs.envlookup == 'true'
with:
config-name: release-drafter-envlookup.yml
name: envlookup/v$RESOLVED_VERSION
tag: envlookup/v$RESOLVED_VERSION
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: steps.changes.outputs.errgroup == 'true'
with:
config-name: release-drafter-errgroup.yml
name: errgroup/v$RESOLVED_VERSION
tag: errgroup/v$RESOLVED_VERSION
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: steps.changes.outputs.osext == 'true'
with:
config-name: release-drafter-osext.yml
name: osext/v$RESOLVED_VERSION
tag: osext/v$RESOLVED_VERSION
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: steps.changes.outputs.sentryhelper == 'true'
with:
config-name: release-drafter-sentryhelper.yml
name: sentryhelper/v$RESOLVED_VERSION
tag: sentryhelper/v$RESOLVED_VERSION
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: steps.changes.outputs.sql-escape == 'true'
with:
config-name: release-drafter-sql-escape.yml
name: sql-escape/v$RESOLVED_VERSION
tag: sql-escape/v$RESOLVED_VERSION
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: steps.changes.outputs.tspb_cast == 'true'
with:
config-name: release-drafter-tspb_cast.yml
name: tspb_cast/v$RESOLVED_VERSION
tag: tspb_cast/v$RESOLVED_VERSION
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: steps.changes.outputs.ulid == 'true'
with:
config-name: release-drafter-ulid.yml
name: ulid/v$RESOLVED_VERSION
tag: ulid/v$RESOLVED_VERSION
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: steps.changes.outputs.utf8bom == 'true'
with:
config-name: release-drafter-utf8bom.yml
name: utf8bom/v$RESOLVED_VERSION
tag: utf8bom/v$RESOLVED_VERSION
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: steps.changes.outputs.hashutil == 'true'
with:
config-name: release-drafter-hashutil.yml
name: hashutil/v$RESOLVED_VERSION
tag: hashutil/v$RESOLVED_VERSION
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}