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

Patch3 #55

Open
wants to merge 41 commits into
base: releases/v1
Choose a base branch
from
Open

Patch3 #55

wants to merge 41 commits into from

Conversation

145195
Copy link

@145195 145195 commented Sep 13, 2021

name: 'First interaction'
description: 'Greet new contributors when they create their first issue or open their first pull request'
author: 'GitHub'
inputs:
repo-token:
description: 'Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
required: true
issue-message:
description: 'Comment to post on an individual''s first issue'
pr-message:
description: 'Comment to post on an individual''s first pull request'
runs:
using: 'docker'
image: 'Dockerfile'

@145195 145195 changed the title Patch1 Patch3 Sep 13, 2021
Copy link
Author

@145195 145195 left a comment

Choose a reason for hiding this comment

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

#4

Copy link

@fchang804 fchang804 left a comment

Choose a reason for hiding this comment

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

Who can I ask questions pls?

@Badreah87
Copy link

249608010240647 رقم حسابي

@Charlesslovum
Copy link

Or

TheGuptaEmpire and others added 16 commits September 25, 2023 22:45
Currently we're using v1, and there have been some important changes since then.

In particular, the latest version, v2.14.4, contains an important security patch:

> The CodeQL CLI no longer supports the `SEMMLE_JAVA_ARGS` environment variable. All previous versions of the CodeQL CLI perform command substitution on the `SEMMLE_JAVA_ARGS` value (for example, replacing `'$(echo foo)'` with `'foo'`) when starting a new Java virtual machine, which, depending on the execution environment, may have security implications. Users are advised to check their environments for possible `SEMMLE_JAVA_ARGS` misuse.

See the [codeql-action release notes](https://github.com/github/codeql-cli-binaries/releases/tag/v2.14.4) for full details.
Update package.json version to v1.2.0
Add dependency on @octokit/rest to satisfy build requirements.
Update base image to node:20.10-buster-slim
DOC: adjust the example to show a full yaml file
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.

None yet