Assumed location of git repository should be configurable

未关闭
#303 1 条评论 4 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
42/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
停滞
技术栈
git, github-actions
领域
ci-cd

调研方向

首先,使用非默认路径通过 actions/checkout@v2 重现失败,然后检查 codeql-action/init 背后的代码以及它如何发现 repository。配置 checkout 位置后,如果初始化成功并获取当前 commit,则表示完成;使用链接的 workflow run 比较失败的行为。

由索引模型根据 Issue 内容生成。

描述

Currently, the action expects that actions/checkout@v2 was run with default with: path: '',
and if the repo was checked out into some directory, the codeql-action/init fails to find it:
https://github.com/LebedevRI/rawspeed/runs/1396938248?check_suite_focus=true#step:8:56

Run github/codeql-action/init@v1
/usr/bin/docker exec  78986cf722c833ce17429d007c42a3ccb6620eaba4a72ba2d33d11250d91b76b sh -c "cat /etc/*release | grep ^ID"
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Failed to call git to get current commit. Continuing with data from environment: Error: The process 'git' failed with exit code 128
主要语言
TypeScript
星标
1.6k
派生
493
平均合并
1 天 13 小时
30 天内合并 PR
44

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

github/codeql-action 的其他 Issue

查看 github/codeql-action 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。