Skip to content

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7 #146

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7 #146

# SPDX-License-Identifier: Apache-2.0 OR MIT
#
# SPDX-FileCopyrightText: Copyright 2022 Micron Technology, Inc.
name: CodeQL
on:
pull_request:
paths-ignore:
- "**.c"
- "**.h"
- "**.java"
- "**/meson.build"
- .github/workflows/codeql.yaml
concurrency:
group: ${{ github.workflow }}-ignore-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
codeql:
runs-on: ubuntu-latest
steps:
- run: |
echo "Skipping ${{ github.workflow }}/${{ github.job }}"